Documentation
LiveNX22.3.0 Release NotesDownload PDF
API Update
URI
Method
Summary
/aaa/config
GET
 
PUT
Added following new parameters to request and response body
 
1. isEnabled (boolean) added to AAAServerGeneralConfig which indicates whether Radius/Tacacs authentication is enabled or not.
 
2. groupKey (String) added to request and response body which determines the user group authenticated users belong to. Supported Values are user group names including pre-defined ones [“Admin”, “Config”, “View”].
/devices/config
PUT
New endpoint which performantly allows updating multiple devices
/alerting/identifiers/{id}
GET
 
PUT
Changed contributesToStatus (enum) to isContributingToStatus (Boolean) in AlertIdentifierRequest/AlertIdentifierResponse which indicates whether an alert identifier is contributing to status or not. Users should no longer send contributesToStatus. This is a breaking change that might affect user behavior.
/alerting/identifiers/definitions
GET
Added hasCoolDownMinutes, canContribueToStatus, and noteData to alert threshold definition responses for performance improvement.